home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-07-06 | 849 b | 27 lines | [TEXT/CWIE] |
- // versionVendorInfo.h
- // ---------------------
- // ©1996 Eric Gundrum, All rights reserved.
- // The contents of this file may be freely altered and freely distributed
- // in any form, provided this copyright statement is retained unaltered.
- // Add your own changes below.
- // ---------------------
- //
- // This file vendor specific version information used by version.r.
- // This information should be the same for all your products.
-
-
- #ifndef __versionVendorInfo__h
- #define __versionVendorInfo__h 1
-
- #define vendorAuthors "Eric Gundrum"
- #define vendorCompany "Teamworks"
- #define vendorAddress "P.O. Box 11372\nBerkeley, CA 94712"
- #define vendorPhone "510 883 0600"
- #define vendorFAX ""
- #define vendorAOL ""
- #define vendorCIS ""
- #define vendorAppleLink ""
- #define vendorInternet "Teamworks <info@teamworks.com>"
-
- #endif
-